home *** CD-ROM | disk | FTP | other *** search
/ My Neighborhood / My Neighborhood.iso / mac / MacFiles / ExitAir.Dxr / 00017.ls < prev    next >
Encoding:
Text File  |  1997-11-21  |  117 b   |  9 lines

  1. on exitFrame
  2.   global exitRequest
  3.   if exitRequest <> EMPTY then
  4.     go("Need")
  5.   else
  6.     go("R3next")
  7.   end if
  8. end
  9.